home *** CD-ROM | disk | FTP | other *** search
/ Private Casting / Casting One.mdf / Docs / Help.dir / 00018.ls < prev    next >
Encoding:
Text File  |  1998-02-21  |  145 b   |  11 lines

  1. on exitFrame
  2.   cursor([cast "curs", cast "mask"])
  3.   go(the frame)
  4. end
  5.  
  6. on mouseUp
  7.   cursor(-1)
  8.   puppetTransition(27, 3)
  9.   go(the frame + 1)
  10. end
  11.